ia64: Fix xc_save error reporting
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 18 Jun 2010 13:08:57 +0000 (14:08 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 18 Jun 2010 13:08:57 +0000 (14:08 +0100)
commit20ad53b196b3a11969e6891f70647788a339605a
treef3407cdb0b751d6541d4c1194239ce3a9468c8a1
parentfee4ddc4c2bb9b582955245ee3067f981cd618c9
ia64: Fix xc_save error reporting

This is the patch for error reporting on ia64 that has a special
handling in comparison with i386/x86_64 platforms. This is pretty
straight-forward just to fail on "cannot map mfn page" message instead
of continue since the memory is not being correctly mapped using the
xc_map_foreign_range() function.

From: Michal Novotny <minovotn@redhat.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxc/ia64/xc_ia64_linux_save.c